OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
meta_copy< T[N1][N2][N3][N4][N5][N6]> Struct Template Reference

Partial specialization for N=6. More...

Detailed Description

template<typename T, size_t N1, size_t N2, size_t N3, size_t N4, size_t N5, size_t N6>
struct meta_copy< T[N1][N2][N3][N4][N5][N6]>

Partial specialization for N=6.

Definition at line 133 of file meta_copy.hpp.

#include <meta_copy.hpp>

Public Member Functions

 meta_copy (const T src[N1][N2][N3][N4][N5][N6], T dst[N1][N2][N3][N4][N5][N6])
 

The documentation for this struct was generated from the following file: